PATH
Mac OS 8 and 9 Developer Documentation
>
Text and Other International Services
>
Apple Type Services for Unicode Imaging (ATSUI)
>
Apple Type Services for Unicode Imaging Reference
ATSUGetTransientFontMatching
Indicates whether automatic font substitution is enabled.
OSStatus ATSUGetTransientFontMatching (
ATSUTextLayout iTextLayout,
Boolean *oTransientFontMatching);
iTextLayout
A reference of type
ATSUTextLayout
. Pass a reference to an initialized text layout object. You cannot pass
NULL
for this parameter.
oTransientFontMatching
A pointer to a
Boolean
value. On return, the value indicates whether automatic font substitution is enabled. If
true
, it is enabled.
function result
A result code. See
Result Codes
.
DISCUSSION
The
ATSUGetTransientFontMatching
function indicates whether automatic font substitution is enabled by a previous call to the function
ATSUSetTransientFontMatching
.
VERSION NOTES
Available beginning with ATSUI 1.0.
© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)